@charset "utf-8"; 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family:微软雅黑;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ol, ul, li {
    list-style: none;
}
html {
    overflow-y: scroll;
}
img {
    vertical-align: middle;
    border: 0;
}
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    *zoom: 1;
}

body {
    background: url(../images/bg.png) #fff no-repeat center top;
    // background-size: cover;
    // background-attachment: fixed;
    background-position: 0 -50px;
}

.header .logo{
    height: 287px;
    width: 1200px;
    margin: 0 auto;
}
.header .logo img{
    margin-top: 120px;
}
.navbox{
    min-width: 1200px;
    background: #D70000;
}
.top_b{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav{ height:56px; line-height:56px; background:#D70000;  position:relative; z-index:1; border-radius: 5px; }
.nav a{ color:#fff;  }
.nav .nLi{ float:left;  position:relative; display:inline;  }
.nav .nLi h3{ float:left;  }
.nav .nLi h3 a{ display:block; padding:0 18px; font-size:20px; font-weight: bold; }
.nav .sub{ display:none; width:100%; left:0; top:56px;  position:absolute; background:#D70000;  line-height:20px; padding: 0; z-index:99; /* border:1px solid #ccc; */ border-top;0;  padding-bottom:0px;}
.nav .sub li{ zoom:1; }
.nav .sub a{ display:block; padding: 5px; text-align: center;color: #fff; font-size:14px;}
.nav .sub a:hover{ background:#F79F00; color:#fff;  }
.nav .on h3 a{ /* background:#F79F00; color:#fff; */   }
.nav .titleon h3{ color:#fff; font-size:24px; margin-right:30px; padding:0 30px;}

.banner1{
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    line-height: 130px;
    text-align: center;
}

.area1,.links{
    width: 1200px;
    margin: 0 auto;
}
.focusNews{
    height: 390px;
}
.focusNews .fn-left{
    width: 598px;
    height: 390px;
    float: left;
    border: 1px solid #DDDDDD;
    background-color: #fff;
}

.focusNews .fn-left .search{
    width: 540px;
    height: 40px;
    margin: 15px auto;
}
.focusNews .fn-left .search .so-txt{
    width: 438px;
    height: 38px;
    border: 1px solid #005BAC;
    padding-left: 10px;
    outline: none;
    margin-right: 2px;
    box-sizing: border-box;
}
.focusNews .fn-left .search .so-btn{
    width: 100px;
    height: 38px;
    background-color: #005BAC;
    float: right;
    border: none;
    outline: none;
    color: #fff;
    font-size: 18px;
}

.slideBox1{ width:540px; height:303px; position:relative; /* float: left; margin-right: 15px; */margin: 0 auto;}
.slideBox1 .hd{ 
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 22px;
    bottom: 15px;
    z-index: 1;
}
.slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox1 .hd ul li{ 
    float: left;
    margin-left: 12px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}
.slideBox1 .hd ul li:first-child{
    margin-left: 0px;
}
.slideBox1 .hd ul li.on{ background:#E60012; color:#fff; }
.slideBox1 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox1 .bd li{ zoom:1; vertical-align:middle; position: relative;}
.slideBox1 .bd li span{     
    position: absolute;
    display: inline-block;
    width: 540px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    bottom: 0;
    padding-left: 14px;
    padding-right: 130px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.slideBox1 .bd img{ width:540px; height:303px; display:block;  }



.focusNews .fn-right{
    width: 568px;
    height: 392px;
    border: 1px solid #DDDDDD;
    float: right;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
}

/* 通用新闻样式 */
.new-title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #005BAC;
    background: url(../images/title-bg.png) no-repeat left bottom;
}

.new-title .nt-text{
    float: left;
    color: #005bac;
    font-size: 20px;
    font-weight: bold;
    padding-left: 60px;
}

.new-title .nt-more{
    float: right;
    color: #999;
    font-size: 16px;
    font-weight: bold;
}
.new-list{
    padding: 0 10px;
    box-sizing: border-box;
}
.new-list li{
    position: relative;
    border-bottom: 1px dashed #D3D3D3;
}
.new-list li::after {
    content: "";
    background: #C9C9C9;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: -12px;
    top: 55%;
    margin-top: -5px;
    border-radius: 5px;
}
.new-list li a{
    height: 38px;
    line-height: 38px;
    color: #666;
    font-size: 16px;
    display: block;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.new-list li a:hover{
    color: #005BAC;
}
/* 通用新闻样式结束 */
.headlines a{
    color: #005bac;
    font-size: 20px;
    margin: 15px 10px 0 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice{
    height: 120px;
    margin: 20px 0;
}
.notice .tzgg{
    width: 600px;
    height: 120px;
    float: left;
}

.notice .title{
    width: 50px;
    height: 120px;
    color: #fff;
    padding: 13px;
    text-align: center;
    background-color: #005BAC;
    float: left;
    font-size: 20px;
    box-sizing: border-box;
    font-family: 微软雅黑;
    font-weight: bold;
}

.notice .list{
    width: 550px;
    height: 120px;
    padding: 20px;
    float: right;
    box-sizing: border-box;
    background-color: #F4F4F4;
}
.notice .list ul li a{
    color: #333;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.notice .list ul li a span{
    color: #999;
    float: right;
}
.notice .list .more{
    color: #005BAC;
    font-size: 16px;
}

/*
.notice .ztzl{
    width: 593px;
    height: 120px;
    float: right;
}
.notice .ztzl .imgbox{
    float: right;
}
.notice .ztzl .imgbox a{
    margin-left: 5px;
}
*/

.ztzl{
    width: 1200px;
    height: 120px;
margin-bottom: 15px;
}

.ztzl .title{
    width: 50px;
    height: 120px;
    color: #fff;
    text-align: center;
    float: left;
    font-size: 20px;
    box-sizing: border-box;
    font-family: 微软雅黑;
    font-weight: bold;
    background-color: #CF1522;
	padding: 7px 16px;
    margin-right:5px;
}

.ztzl .imgbox{
    margin-bottom: 15px;
    overflow: hidden;
}


.ztzl .imgbox a img{
    width: 373px;
    height: 120px;
    margin-left: 5px;;
}


.notice .ztzl .imgbox{
    float: right;
}
.notice .ztzl .imgbox a{
    margin-left: 5px;
}


.new-box{
    width: 1230px;
    height: 515px;
    overflow: hidden;
}

.new-box .nl-box{
    width: 380px;
    height: 246px;
    float: left;
    border: 1px solid #DDDDDD;
    padding: 10px 15px 15px 15px;
    box-sizing: border-box;
    margin: 0 30px 20px 0;
}

.new-box .new-list li a {
    height: 37px;
    line-height: 37px;
    font-size: 16px;
}

.new-box  .new-title .nt-text {
    font-size: 20px;
}


/* 信访举报 */
.jb-box{
    width: 1206px;
    height: 80px;
    margin: 20px 0 40px 0;
    overflow: hidden;
}

.jb-box>div{
    height: 80px;
    float: left;
    margin-right: 6px;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    
}
.jb-box>a{
    height: 80px;
    font-size: 18px;
    line-height: 80px;
    color: #fff;
    display: block;
    float: left;
    border-radius: 10px;
    margin-right: 6px;
}

.jb-box .xfjb{
    width: 140px;
    background-color: #FF6600;
    text-align: center;
}
.jb-box .yesbbjb{
    width: 140px;
    background-color: #D03636;
    line-height: 80px;
    padding-left: 10px;
    box-sizing: border-box;
}
.jb-box .yesbbjb img{
    margin-top: -5px;
}
.jb-box .yesbbjb span{
    width: 102px;
    float: right;
    margin: 22px 0 0 0px;
    padding-left: 4px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
}
.jb-box .jbzq{
    width: 200px;
    font-size: 16px;
    background-color: #FFA71E;
    line-height: 22px;
    padding: 10px;
    box-sizing: border-box;
}
.jb-box .jbzq img{
    float: left;
    margin-top: 15px;
    margin-left: 5px;
}
.jb-box .jbzq span{
    width: 144px;
    float: right;
    margin: 7px 0 0 0px;
    padding-left: 13px;
    box-sizing: border-box;
}

.jb-box .lxqj{
    width: 400px;
    background-color: #0FD3AC;
    padding: 10px;
    box-sizing: border-box;
}

.jb-box .lxqj img{
    float: left;
    margin-top: 20px;
    margin-left: 5px;
}

.jb-box .lxqj span{
    width: 345px;
    float: right;
    margin: 7px 0 0 0px;
    padding-left: 13px;
    box-sizing: border-box;
}

.jb-box .lfdz{
    width: 285px;
    background-color: #52AAE9;
}

.jb-box .lfdz img{
    float: left;
    margin-top: 24px;
    margin-left: 10px;
}

.jb-box .lfdz span{
    width: 245px;
    float: right;
    margin: 15px 0 0 0px;
    padding-left: 13px;
    box-sizing: border-box;
}

/* 廉政广角 */
.government{
    width: 100%;
    min-width: 1200px;
    height: 465px;
    background-color: #F6F5F7;
    overflow: hidden;
}

.gov-content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
}
.slideTxtBox{ width:1220px; margin-top: 12px; overflow: hidden; }
.slideTxtBox .hd{ width: 158px; height:350px; position:relative; float: left; margin-right: 40px;}
.slideTxtBox .hd ul{  }
.slideTxtBox .hd ul li{ width: 158px; height: 56px; line-height: 56px; text-align: center; margin-bottom: 3px; background-color: #E6DEF8; cursor:pointer; font-size: 20px; color: #333; border-radius: 5px; position: relative; }
.slideTxtBox .hd ul li.on{ color: #fff; background-color: #5817FF; }
.slideTxtBox .hd ul li.on:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 15px;
    border-color: transparent transparent transparent #5817FF;
    display: block;
    position: absolute;
    top: 20px;
    right: -15px;
}
.slideTxtBox .bd{
    width: 1020px;
    height: 328px;
    float: right;
    margin-top: 8px;
}
.slideTxtBox .bd ul{  }
.slideTxtBox .bd ul .nl-left{
    width: 437px;
    height: 328px;
    margin-right: 20px;
    float: left;
}
.slideTxtBox .bd ul .nl-left img{
    width: 437px;
    height: 328px;
}
.slideTxtBox .bd ul a{
    position: relative;
    display: block;
}
.slideTxtBox .bd ul .nl-left span{
    width: 437px;
    height: 50px;
    line-height: 50px;
}
.slideTxtBox .bd ul span{
    width: 260px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(48, 48, 48, 0.8);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
}
.slideTxtBox .bd ul .nl-right{
    width: 560px;
    height: 328px;
    float: right;
    overflow: hidden;
}
.slideTxtBox .bd ul .nl-right a{
    width: 260px;
    height: 160px;
    margin-right: 20px;
    margin-bottom: 9px;
    float: left;
}
.slideTxtBox .bd ul .nl-right img{
    width: 260px;
    height: 160px;
}
.nopic .nl-left{
    width: 500px !important;
}
.nopic .nl-right1{
    width: 500px !important;
    overflow: visible !important;
    height: 328px;
    float: right;
    overflow: hidden;
}


/* 相关链接 */
.links{
    height: 343px;
    padding: 30px 0 35px 0;
    box-sizing: border-box;
}
.links .l-title{
    color: #CF1522;
    font-size: 20px;
    font-family: 微软雅黑;
    font-weight: bold;
}

.links .jjw{
    width: 1266px;
    margin: 35px 0;
    overflow: hidden;
}

.links .jjw li{
    float: left;
    margin-right: 67px;
}
.links .jjw li a{
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.links .yqlj{
    width: 1206px;
}
.links .yqlj a{
    margin-right: 7px;
}
.pjqf{
    position: relative;
}
.pjqfgzh{
    width: auto;
    height: auto;
    position: absolute;
    z-index:22;
    display: none;
    right: 69px;
    top: -138px;
}
.pjqf:hover .pjqfgzh{
    display:block;
}

/* 底部样式 */
.footer{
    min-width: 1200px;
    height: 120px;
    background-color: #005BAC;
}
.footer .f-content{
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    line-height: 120px;
}
.footer .f-content>a{
    float: left;
    margin: 0 30px 0 150px;
    display: block;
}

.footer .f-content>div{
    float: left;
    margin-top: 30px;
}
.footer .f-content>div p{
    line-height: 30px;
    color: #fff;
    font-size: 18px;
}


/* 列表页样式 */

.wrap>.content{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    background: #fff;
}
.banner{
    min-height: 220px;
    position: relative;
    background-size: cover;
}
.banner span{
    width: 212px;
    height: 66px;
    line-height: 66px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    background: rgba(5, 149, 36, 0.7);
}

.wrap{
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

.wrap .left>.navigation{
    width: 100%;
    min-width: 1200px;
    height: 53px;
    line-height: 53px;
    color: #005BAC;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.wrap .left>.navigation>.line{
    width: 152px;
    height: 4px;
    background-color: #005BAC;
    position: absolute;
    bottom: -1px;
}
.wrap .left>.navigation>a{
    color: #005BAC;
}
.wrap .hzhblist>.list>.container{
    padding: 0;
    margin: 0;
}
.wrap .hzhblist>.list>.container>.row>div{
    margin: 5px 0;
}
.wrap .hzhblist>.list img{
    width: 100%;
}
.wrap .list-box{
    width: 100%;
    margin: 0;
    min-height: 613px;
    padding-right: 0;
    overflow: hidden;
}
.wrap .list-box>.row>div{
    padding: 0;
    float: left;
}
.wrap .list-box .channel>ul{
    min-width: 212px;
    box-shadow: 0px 5px 20px #a9d0d8;
}
.wrap .list-box .channel>ul>li{
    height: 58px;
    line-height: 58px;
    padding-left: 18px;
}
.wrap .list-box .channel>ul>.active{
    background-color: #f0f0f0;
}
.wrap .list-box .channel>ul>li>a{
    display: block;
    color: #000;
}
.wrap .list-box .channel>ul>.active>a{
    color: #005BAC;
}
.wrap .list-box .channel>ul>li img{
    float: right;
    padding-top: 25px;
    padding-right: 47px;
}
.wrap .list-box>.row{
    margin-right: 0;
}
.wrap .list-box>.row>.listcon{
    padding-left: 37px;
    margin-bottom: 40px;
    width: 78%;
    box-sizing: border-box;
}
.wrap .list-box>.row>.listcon>.list{
    margin-top: 28px;
    line-height: 1.5;
}
.wrap .list-box>.row>.listcon>.list>ul>li{
    /* min-height: 137px; */
    margin-bottom: 34px;
}
.wrap .list-box>.row>.listcon>.list>ul>li>a{
    /* display: flex; */
    display: block;
    overflow: hidden;
}
.wrap .list-box>.row>.listcon>.list>ul>li>a>img{
    float: left; 
    margin-right: 23px;
    max-width: 224px;
    width: 170px;
    height: 120px;
}
.wrap .list-box>.row>.listcon>.list>ul>li>a>div{
    color: #212121;
    width: 100%;
    float: left;
    /* flex: 1; */
}
.wrap .list-box>.row>.listcon>.list>ul>li>a>div>h4{
    margin-top: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wrap .list-box>.row>.listcon>.list>ul>li>a>div>p{
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}
.wrap .list-box>.row>.listcon>.list>ul>li>a>div>span{
    font-size: 13px;
    color: #9fb8bd;
}
.wrap .list-box>.row>.listcon>.list>.page{
    float: right;
    margin-right: 30px;
    margin-bottom: 20px;
}
.wrap .list-box>.row>.listcon>.list>.page>.button{
    display: inline-block;
    width: 45px;
    height: 30px;
    line-height: 28px;
    background-color: #dcdfdf;
    text-align: center;
    margin: 0 5px;
}
.wrap .list-box>.row>.listcon>.list>.page>ul{
    display: inline-flex;
}
.wrap .list-box>.row>.listcon>.list>.page>ul>li{
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #dcdfdf;
    margin: 0 5px;
}
.wrap .list-box>.row>.listcon>.list>.page>ul>li>a{
    color: #a5a5a5;
    display: block;
}
.wrap .list-box>.row>.listcon>.list>.page>ul>.active{
    background-color: #005BAC;
}
.wrap .list-box>.row>.listcon>.list>.page>ul>.active>a{
    color: #fff;
}

/* 详情页 */
.wrap .left .detail>.detail-title{
    margin-top: 50px;
    margin-bottom: 35px;
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.wrap .left .detail>.detail-title>h3{
    text-align: center;
    color: #212121;
    margin-bottom: 15px;
}
.wrap .left .detail>.detail-title>p{
    // margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.wrap .left .detail>.detail-title>p>span{
    /* float: right;
    color: #dedede; */
}
.wrap .left .detail>.detail-title>p>span>a{
    margin: 0 20px;
}
.wrap .left .detail>.detail-content{
    padding: 0 55px;
    margin-bottom: 30px;
}
.details-box .list-box>.row>.listcon {
    margin-bottom: 40px;
    width: 100%;
    min-height: 416px;
}